home *** CD-ROM | disk | FTP | other *** search
/ El Mac 1 / Magazine.iso / EL MAC 1 / Infotenimiento / Rednex / REDNEX.DIR / 00019.ls < prev    next >
Encoding:
Text File  |  1995-08-21  |  374 b   |  20 lines

  1. on mouseDown
  2.   global vtrans
  3.   puppetSprite(3, 0)
  4.   updateStage()
  5.   puppetSprite(6, 1)
  6.   set the castNum of sprite the clickOn to 56
  7.   updateStage()
  8.   ljudner()
  9.   wait(15)
  10.   set the castNum of sprite the clickOn to 55
  11.   updateStage()
  12.   puppetSprite(6, 0)
  13.   puppetTransition(vtrans)
  14.   go(marker(1))
  15.   LaddaCast(36, 43)
  16.   LaddaCast(62, 64)
  17.   updateStage()
  18.   unLoad(1, 18)
  19. end
  20.